home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MODULES / IFTASK.ZIP / IfTask / !Help next >
Text File  |  1997-10-07  |  2KB  |  47 lines

  1. If_task command line cutility <= ie. a cute utility :-)
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. (c) Musus Umbra 1996
  5.  
  6. Permission is granted for unlimited personal use & modification.
  7.  
  8. Permission is granted for redistribution (by any method) provided that:
  9.     No charge is made for this software.  A reasonable charge may be
  10.         made for media / handling / etc. This software is *free*.
  11.     Any distributed copy of this software must be unaltered and entire.
  12.         You may not distribute modified / imcomplete copies of this
  13.         software.  If you fix a bug / add a feature, let me know so
  14.         that I can update the master copy.
  15.  
  16. As usual with freeware, there is no warranty of any kind.  The author cannot
  17. be help responsible for any loss/damage arising from the use/inability to
  18. use this software.  It is the user's responsibility to determine the fitness
  19. of this software for any purpose they put it to.
  20.  
  21. (But if it doesn't work, I will try to help :-)
  22.  
  23.  
  24.  
  25. If_Task
  26. ~~~~~~~
  27.     If_Task executes a specified command if (and only if) a specified task
  28.     is running.
  29.     Syntax: If_Task ["]<task_name>["] <command>
  30.     The task name is case sensitive, and must be enclosed in "s if it
  31. contains spaces.  The command can be pretty much anything you like, but
  32. don't use it to directly start applications (ie. by running them) - use
  33. *wimptask, or *filer_run, etc. if needs be.
  34.     egs:
  35.         *if_task MyApp error MyApp is already running!
  36.         *if_task "My Other App" filer_opendir <obey$dir>
  37.         *if_task Make obey
  38.         *if_task Fred seteval Fred 1
  39.  
  40.  
  41.  
  42.  
  43. Contact:
  44.     e-mail:        musus@argonet.co.uk
  45.     WWW:        http://www.argonet.co.uk/users/musus/
  46.     Snail:        c/o 23 Baronsway, Whitkirk, Leeds, LS15 7AW, ENGLAND.
  47.